Dialog Boxes


The DIALOG sample shows a basic implementation of a modal and a modeless 
dialog box.

This sample is based on the GENERIC sample.

Module Map
----------

Dispatch - Message dispatching routines.
WinMain  - Calls initialization functions and processes the message loop.
Dialog   - Window procedure for the main application window.
Init     - Performs application and instance-specific initialization.
About    - Defines a standard About dialog box.
Misc     - Defines the application-specific commands not related to
           a specific module.
Modal    - Implements the modal dialog box.
Modeless - Implements the modeless dialog box.
